UInt64NINumericUInt64NRemainder Method
Computes the remainder after dividing the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt64N INumeric<UInt64N>.Remainder(
UInt64N value
)
Private Function Remainder (
value As UInt64N
) As UInt64N Implements INumeric(Of UInt64N).Remainder
private:
virtual UInt64N Remainder(
UInt64N value
) sealed = INumeric<UInt64N>::Remainder
private abstract Remainder :
value : UInt64N -> UInt64N
private override Remainder :
value : UInt64N -> UInt64N
- value UInt64N
- The value as the divisor.
UInt64NThe remainder after dividing the current value by
value.
INumericTSelfRemainder(TSelf)